Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RecentItemsEventArgs<T> Class / Type Property


In This Topic
    Type Property (RecentItemsEventArgs<T>)
    In This Topic
    Gets a RecentItemType indicates the recently used item type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As RecentItemType
    'Usage
     
    
    Dim instance As RecentItemsEventArgs(Of T)
    Dim value As RecentItemType
     
    value = instance.Type
    public RecentItemType Type {get;}
    See Also